home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_glimpse.idb / usr / freeware / src / glimpse-3.0 / libtemplate / README.z / README
Text File  |  1997-09-09  |  2KB  |  45 lines

  1. This is source code that is used by various components of the Harvest system.
  2.  
  3. Notes for distribution along with glimpse:
  4. ------------------------------------------
  5. Glimpse uses the SOIF parser distributed with Harvest to support
  6. structured queries. To include the parser in glimpse, we made the
  7. following changes so that glimpse could be a stand-alone system (these
  8. changes are NOT present in the Glimpse source code present in Harvest):
  9.  
  10. 1. Obtained Harvest source distribution from "harvest.cs.colorado.edu".
  11.  
  12. 2. Made Harvest on our machine by running make from "harvest" directory.
  13.  
  14. 3. Picked up the code in "harvest/src/common/", except for the code in
  15.    "harvest/src/common/{gdbm,md5,url}", and put it in "glimpse/libtemplate".
  16.    Commented out the HAVE_FLOCK and DIRENT definitions in include/autoconf.h.
  17.    Made HAVE_GETCWD 0 with NeXT systems: 1 is the default.
  18.  
  19. 4. Replaced Harvest's Makefiles for "src/common" with our own Makefiles.
  20.    These Makefiles were INITIALLY derived by following steps 5..7
  21.    (we DON'T have to make these changes for each new version of Harvest).
  22.  
  23. 5. Changed the "Makefile"s generated by Harvest's configuration script
  24.    to skip over the rules that made anything in "harvest/src/common" that
  25.    needed the 3 directories mentioned above. We also changed the absolute
  26.    pathnames of Unix commands generated by harvest to simple command names
  27.    --- the user should add the relevant pathnames to his/her "$PATH". We
  28.    also commented out rules to make "realclean" in ALL make files. But we
  29.    DID NOT CHANGE "Makefile.in" in any directory, since we don't use it.
  30.  
  31. 6. Added new makefiles in each of the directories "glimpse/libtemplate",
  32.    "glimpse/libtemplate/util" and "glimpse/libtemplate/template" to handle the
  33.    most common architectures, so that we did not need Harvest's autoconf to
  34.    generate Makefiles.  We hope to distribute our own autoconf later.
  35.  
  36. 7. Changed INSTALL macros in all makefiles to simple "cp" since no one
  37.    else needs to use the libtemplate library distributed along with glimpse.
  38.  
  39. 8. Passed glimpse make-variables down to Makefiles within template and util
  40.    directories in Makefile and the other makefiles specific to each platform.
  41.  
  42. 9. On BSD, include/autoconf.h must have #define HAVE_STRERROR 1 (not #undef).
  43.  
  44. -- Udi Manber, Burra Gopal
  45.